M

MoMA API

Interactive Documentation

No Token
GET /api/exhibitions/{exhibition_id}

Get Exhibition by ID

Retrieve one exhibition by identifier.

Parameters

Name Type Required Location Description
exhibition_id integer Yes path Exhibition identifier.
token string Yes query MoMA API token.

Try It

Client-side request execution

Live URL

https://api.moma.org/api/exhibitions/22

token *

Not set

Example Request

GET /api/exhibitions/22?token=YOUR_TOKEN

Example Response

{
  "source": "MoMA TMS API",
  "language": "en",
  "resultsCount": 1,
  "exhibitions": [
    {
      "exhibitionID": 22,
      "exhibitionTitle": "Modern Masters"
    }
  ]
}